func math/big.addMulVVW
5 uses
math/big (current package)
arith_decl.go#L34: func addMulVVW(z, x []Word, y Word) (c Word)
nat.go#L202: z[len(x)+i] = addMulVVW(z[i:i+len(x)], x, d)
nat.go#L229: c2 := addMulVVW(z[i:n+i], x, d)
nat.go#L231: c3 := addMulVVW(z[i:n+i], m, t)
nat.go#L514: t[2*i] = addMulVVW(t[i:2*i], x[0:i], d)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |